home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / [DOS_Application]_BIT_Software_-_BitCom_3.58c_-_Distribution_Disks.zip / EASYLINK.ACT < prev    next >
Text File  |  1990-06-01  |  423b  |  13 lines

  1. cwait("ID?")
  2. "00 EIDxxxxxx yyyyyy.yyyyyyy$0d"   {your own acct # and pass word}
  3. cwait("PTS")
  4. trace(1)
  5. "/scan$0a"
  6. TYPE("PLEASE TURN ON PRINTER")
  7. cwait("PTS")       { wait for easy link ready again }
  8. printer(1)         { print function on }
  9. "/READALL$0a"      { read message, print and capture data }
  10. cwait("PTS")       { wait for easy link ready again }
  11. printer(0)         { print function off }
  12. invoke handykey
  13.